home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 173 (1991-09-10)(Manewaldt, A.)(DE)(PD).zip / Taifun 173 (1991-09-10)(Manewaldt, A.)(DE)(PD).adf / Imploder / Tools / Man < prev   
Text File  |  1991-09-14  |  766b  |  17 lines

  1. ; This batchfile demonstrates how to use FInf and FImp in making a "man" online
  2. ; documentation batchfile.
  3. ; FInf is used for scanning the manual directories. The documentation files
  4. ; may be (but need not be) imploded using FImp. Directories are used to
  5. ; differentiate between the different reader programs required to display the
  6. ; various files.
  7.  
  8. .key manus/a
  9. .bra {
  10. .ket }
  11.  
  12. FInf Man:{manus} -q -p -f -nh -na -lf "FImp >NIL: %s T:Ex -XO -AL c -RF \"Ed %%s\\nDelete T:Ex/#?\"" BATCH
  13.  
  14. FInf Man:ANSI/{manus} -q -p -f -nh -na -lf "FImp >NIL: %s T:Ex -XO -AL c -RF \"More %%s\\nWait 1 sec\\nDelete T:Ex/#?\"" BATCH
  15.  
  16. FInf Man:IFF/{manus} -q -p -f -nh -na -lf "FImp >NIL: %s T:Ex -XO -AL c -RF \"Run Leggi %%s smart font topaz/8\\nWait 2 secs\\nDelete T:Ex/#?\"" BATCH
  17.